GoXam for WPF v3
IsRelinkValid Method (GraphModel<NodeType,NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModel<NodeType,NodeKey> Class : IsRelinkValid Method
a node key identifying the node data from which the link would come
a node key identify the node data to which the link would go
a node key identifying the node data from which the existing link comes
a node key identify the node data to which the existing link goes
This predicate is true if adding a link between two nodes after removing an existing one would result in a valid graph.
Syntax

Parameters

newfromdata
a node key identifying the node data from which the link would come
newtodata
a node key identify the node data to which the link would go
oldfromdata
a node key identifying the node data from which the existing link comes
oldtodata
a node key identify the node data to which the existing link goes
See Also

Reference

GraphModel<NodeType,NodeKey> Class
GraphModel<NodeType,NodeKey> Members